From: Richard M. Stallman Date: Sat, 8 May 1993 22:38:37 +0000 (+0000) Subject: Require help-macro, not help-screen. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96363 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b1fe93044958d59828f768c7a8bc97be10cc3d16;p=emacs.git Require help-macro, not help-screen. --- diff --git a/lisp/help.el b/lisp/help.el index 1ac4f2c5a28..b832ffb6c75 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -1,6 +1,6 @@ ;;; help.el --- help commands for Emacs -;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. +;; Copyright (C) 1985, 1986, 1993 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: help, internal @@ -30,7 +30,7 @@ ;; Get the macro make-help-screen when this is compiled, ;; or run interpreted, but not when the compiled code is loaded. -(eval-when-compile (require 'help-screen)) +(eval-when-compile (require 'help-macro)) (defvar help-map (make-sparse-keymap) "Keymap for characters following the Help key.")